home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
comm
/
mail
/
Mutt089src.lha
/
Mutt-0.89i-AMIGA
/
src
/
rx
/
Makefile
< prev
next >
Wrap
Makefile
|
1998-01-28
|
403b
|
20 lines
# Generated automatically from Makefile.in by configure.
#
# A simplified Makefile for use with Mutt.
#
# Michael Elkins <me@cs.hmc.edu>
# 1/23/97
#
OBJS= hashrexp.o rx.o rxanal.o rxbasic.o rxbitset.o rxcset.o \
rxgnucomp.o rxhash.o rxnfa.o rxnode.o rxposix.o rxsimp.o \
rxspencer.o rxstr.o rxsuper.o rxunfa.o
librx.a: $(OBJS)
ar rc librx.a $(OBJS)
-ranlib librx.a
clean:
rm -f *.o librx.a *~